3.1.79 \(\int \frac {F^{c+d x}}{a+b F^{c+d x}} \, dx\) [79]

Optimal. Leaf size=23 \[ \frac {\log \left (a+b F^{c+d x}\right )}{b d \log (F)} \]

[Out]

ln(a+b*F^(d*x+c))/b/d/ln(F)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 23, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {2278, 31} \begin {gather*} \frac {\log \left (a+b F^{c+d x}\right )}{b d \log (F)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[F^(c + d*x)/(a + b*F^(c + d*x)),x]

[Out]

Log[a + b*F^(c + d*x)]/(b*d*Log[F])

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 2278

Int[((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)*((a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.))^(p_.),
x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int[(a + b*x)^p, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b,
c, d, e, n, p}, x]

Rubi steps

\begin {align*} \int \frac {F^{c+d x}}{a+b F^{c+d x}} \, dx &=\frac {\text {Subst}\left (\int \frac {1}{a+b x} \, dx,x,F^{c+d x}\right )}{d \log (F)}\\ &=\frac {\log \left (a+b F^{c+d x}\right )}{b d \log (F)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 30, normalized size = 1.30 \begin {gather*} \frac {\log \left (a d \log (F)+b d F^{c+d x} \log (F)\right )}{b d \log (F)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[F^(c + d*x)/(a + b*F^(c + d*x)),x]

[Out]

Log[a*d*Log[F] + b*d*F^(c + d*x)*Log[F]]/(b*d*Log[F])

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 24, normalized size = 1.04

method result size
derivativedivides \(\frac {\ln \left (a +b \,F^{d x +c}\right )}{b d \ln \left (F \right )}\) \(24\)
default \(\frac {\ln \left (a +b \,F^{d x +c}\right )}{b d \ln \left (F \right )}\) \(24\)
norman \(\frac {\ln \left (a +b \,{\mathrm e}^{\left (d x +c \right ) \ln \left (F \right )}\right )}{b \ln \left (F \right ) d}\) \(26\)
risch \(-\frac {c}{b d}+\frac {\ln \left (F^{d x +c}+\frac {a}{b}\right )}{b \ln \left (F \right ) d}\) \(36\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(d*x+c)/(a+b*F^(d*x+c)),x,method=_RETURNVERBOSE)

[Out]

ln(a+b*F^(d*x+c))/b/d/ln(F)

________________________________________________________________________________________

Maxima [A]
time = 0.41, size = 23, normalized size = 1.00 \begin {gather*} \frac {\log \left (F^{d x + c} b + a\right )}{b d \log \left (F\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c)),x, algorithm="maxima")

[Out]

log(F^(d*x + c)*b + a)/(b*d*log(F))

________________________________________________________________________________________

Fricas [A]
time = 0.38, size = 23, normalized size = 1.00 \begin {gather*} \frac {\log \left (F^{d x + c} b + a\right )}{b d \log \left (F\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c)),x, algorithm="fricas")

[Out]

log(F^(d*x + c)*b + a)/(b*d*log(F))

________________________________________________________________________________________

Sympy [A]
time = 0.06, size = 17, normalized size = 0.74 \begin {gather*} \frac {\log {\left (F^{c + d x} + \frac {a}{b} \right )}}{b d \log {\left (F \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(d*x+c)/(a+b*F**(d*x+c)),x)

[Out]

log(F**(c + d*x) + a/b)/(b*d*log(F))

________________________________________________________________________________________

Giac [A]
time = 1.70, size = 24, normalized size = 1.04 \begin {gather*} \frac {\log \left ({\left | F^{d x + c} b + a \right |}\right )}{b d \log \left (F\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c)),x, algorithm="giac")

[Out]

log(abs(F^(d*x + c)*b + a))/(b*d*log(F))

________________________________________________________________________________________

Mupad [B]
time = 3.43, size = 23, normalized size = 1.00 \begin {gather*} \frac {\ln \left (a+F^{c+d\,x}\,b\right )}{b\,d\,\ln \left (F\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(c + d*x)/(a + F^(c + d*x)*b),x)

[Out]

log(a + F^(c + d*x)*b)/(b*d*log(F))

________________________________________________________________________________________